home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 99
/
(Vol 99) Jan 19 2010.iso
/
Games
/
bomb_bandits.swf
/
scripts
/
frame_29
/
DoAction.as
Wrap
Text File
|
2010-01-19
|
431b
|
17 lines
if(scoreid == 0)
{
gotoAndStop(21);
}
if(scoreid > 0 and _root.gameType == "prize" or _root.gameType == "trial")
{
_root.gPlayerName = PlayerDisplayName;
Mode = "Scores";
_root.gameType != "trial" ? (starTournamentID = _root.tournamentID) : (starTournamentID = random(2) + 1);
loadVariablesNum("listener/game.cfm",0,"POST");
gotoAndPlay(42);
}
if(_root.gameType == "free")
{
gotoAndPlay(42);
}